home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global move, s, CONTROLWINDOW
- sound playFile 2, "mmvrrvt.AIF"
- set move to 1
- sound stop 1
- sound stop 2
- repeat with s = 48 down to 1
- puppetSprite(s, 0)
- end repeat
- tell the stage
- play frame "PANIC"
- end tell
- set CONTROLWINDOW to window "CONTROLS"
- forget(CONTROLWINDOW)
- end
-